home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / powervww / pvtetris.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-05  |  789 b   |  19 lines

  1. //  ____________________________________________________
  2. // |                                                    |
  3. // |  Project:     POWER VIEW INTERFACE                 |
  4. // |  File:        PVTETRIS.H                           |
  5. // |  Compiler:    WPP386 (10.6)                        |
  6. // |                                                    |
  7. // |  Subject:     Tetris interface                     |
  8. // |                                                    |
  9. // |  Author:      Ivaylo Beltchev                      |
  10. // |____________________________________________________|
  11. //
  12. // E-mail: ivob@geocities.com
  13. // URL:    http://www.geocities.com/SiliconValley/Bay/2344
  14.  
  15. #define cxTETRIS 0xF002 //local tools identifier
  16.  
  17. void tetris( void );
  18. void __init_tetris( void );
  19.